-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 0.5.0 prep #283
release 0.5.0 prep #283
Conversation
dotsdl
commented
Jul 23, 2024
- Update prod envs to use Python 3.11
- Update all envs to use gufe 1.0.0, openfe 1.0.1
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #283 +/- ##
==========================================
- Coverage 80.33% 80.30% -0.03%
==========================================
Files 27 27
Lines 3452 3458 +6
==========================================
+ Hits 2773 2777 +4
- Misses 679 681 +2 ☔ View full report in Codecov by Sentry. |
Also pinned openmm to 8.1.2
Attempting to pin gunicorn and uvicorn to previously-known working versions.
Don't forget to add |
Updated docs to reflect this.
Seeing no issues with Python 3.12 use in my live testing. @mikemhenry, @IAlibay, @j-wags can you remind me what reservations we had for using it? I believe there might have been something related to |
I think it was ambertools / openmmforcefields but that's fixed now. At least OpenFE runs CI on 3.12 just fine. Only dependency I'm not sure about is oechem, since we don't use it that much in our tests. |
Okay cool, this is great news! I think we can proceed with Python 3.12 and see if we actually hit any issues from users. |